home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2000 August
/
CHIP Turkiye Ağustos 2000 CD2.iso
/
prog
/
symntc
/
04
/
DATA1.CAB
/
CMS_data_files
/
pca_trap.mib
next >
Wrap
Text File
|
1999-06-04
|
18KB
|
536 lines
--
-- pcANYWHERE MIB Definitions (pcAnywhere 9.0)
-- Copyright 1999, Symantec Corporation.
--
PCA-Alert-MIB DEFINITIONS ::= BEGIN
IMPORTS
enterprises
FROM RFC1155-SMI
OBJECT-TYPE
FROM RFC-1212
TRAP-TYPE
FROM RFC-1215
DisplayString
FROM RFC1213-MIB;
symantec OBJECT IDENTIFIER ::= { enterprises 393 }
pcanywhere OBJECT IDENTIFIER ::= { symantec 100 }
pcaversionnine OBJECT IDENTIFIER ::= { pcanywhere 9 }
PcaHost OBJECT IDENTIFIER ::= { pcaversionnine 1 }
PcaRemote OBJECT IDENTIFIER ::= { pcaversionnine 2 }
PcaFileXfer OBJECT IDENTIFIER ::= { pcaversionnine 3 }
PcaGateway OBJECT IDENTIFIER ::= { pcaversionnine 4 }
PcaMonitor OBJECT IDENTIFIER ::= { pcaversionnine 5 }
PcaInstall OBJECT IDENTIFIER ::= { pcaversionnine 6 }
PcaReset OBJECT IDENTIFIER ::= { pcaversionnine 7 }
PcaLDAP OBJECT IDENTIFIER ::= { pcaversionnine 8 }
PcaObject OBJECT IDENTIFIER ::= { pcaversionnine 9 }
-- Pca Alert Objects - These are not able to be queried, however they are used for the trap
-- variables we will bind to specific traps. Now I only have generic data bindings listed,
-- this will change to properly reflect the type of data in the variables being sent.
-- NOTE: Check to see whether the access is set properly, ie use not-accessible instead!!!
HostComputerName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..128))
ACCESS read-only
STATUS optional
DESCRIPTION
"The computer that is running the PCA Host"
::= { PcaObject 1 }
RemoteComputerName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..128))
ACCESS read-only
STATUS optional
DESCRIPTION
"The computer that is running the PCA Remote"
::= { PcaObject 2 }
CallerName OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..128))
ACCESS read-only
STATUS optional
DESCRIPTION
"The name of the remote caller."
::= { PcaObject 3 }
HostConnectionObject OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS optional
DESCRIPTION
"The name of the connection object used to start the PCA Host"
::= { PcaObject 4 }
RemoteConnectionObject OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS optional
DESCRIPTION
"The name of the connection object used to start the PCA Remote"
::= { PcaObject 5 }
XferFiles OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS optional
DESCRIPTION
"Number of files transferred by file transfer"
::= { PcaObject 6 }
XferBytes OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS optional
DESCRIPTION
"Number of bytes transferred by this file transfer operation"
::= { PcaObject 7 }
-- Possible values for XferOperation are:
-- 0. Sent
-- 1. Recieved
-- 2. Folder Created
-- 3. Delete
-- 4. Copy
-- 5. Move
-- 6. Rename
XferOperation OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS optional
DESCRIPTION
"The operation last performed by file transfer"
::= { PcaObject 8 }
XferVirusFlag OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS optional
DESCRIPTION
"This is the file transfer virus flag."
::= { PcaObject 9 }
XferSourceFile OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS optional
DESCRIPTION
"The name of the source file in a file transfer operation"
::= { PcaObject 10 }
XferDestFile OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS optional
DESCRIPTION
"The name of the destination file in a file transfer operation"
::= { PcaObject 11 }
HostEncryptionLevel OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS optional
DESCRIPTION
"The desired encryption level of the PCA Host"
::= { PcaObject 12 }
RemoteEncryptionLevel OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS optional
DESCRIPTION
"The desired encryption level of the PCA Remote"
::= { PcaObject 13 }
HostEndedReason OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS optional
DESCRIPTION
"The reason a PCA Host was terminated"
::= { PcaObject 14 }
-- Possible reasons for HostEndedReason, these would occur on a session end.
-- 0. Remote Logged Off
-- 1. Host Ended Session
-- 2. Connection Lost
-- 3. Remote canceled
-- 4. Inactivity timeout
-- 5. Usage timeout
-- 6. Host reboot
-- 7. Remote reboot
-- 8. Login failed
-- 9. Invalid password
-- 10. Encryption failure
-- 11. Device Failure
-- If the Host Stopped for any reason, HostEndedReason will contain one of
-- the following negative results
-- -1. Device type is unavailable
-- -2. Couldn't Sync State
-- -3. cm_open failed
-- -4. cm_attach failed
-- -5. cm_stat failed
-- -6. Generic failure to get a connection
-- -7. The host was busy
-- -8. The user cancelled the operation
-- -9. Network host name not found
-- -10. Unable to load a modem configuration
-- -11. Asked to change an invalid parameter
-- -12. Unable to process a modem script
-- -13. Modem responded with unknown response
-- -14. Modem could not answer
-- -15. Couldn't sync to modem speed
-- -16. No answer from the modem
-- -17. Gateway error
-- -18. ISDN call rejected
-- -19. ISDN no phone line
-- -20. ISDN line out of order
-- -21. ISDN invalid destination address
-- -22. ISDN destination number changed
-- -23. ISDN outgoing calls unauthorized
-- -24. ISDN dest not authorized to accept calls
-- -25. Could not update LDAP with status
DeviceType OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS optional
DESCRIPTION
"This represents the type of device in which a connection was made."
::= { PcaObject 15 }
-- Available Device Types
-- 0. Null Device
-- 1. TTY
-- 2. Printer
-- 3. 8250
-- 4. NCSI
-- 5. IPX
-- 6. NetBios
-- 7. INT 14
-- 8. AppleTalk
-- 9. IPX Driver for MACs with NAS
-- 10. Telebit ACS device
-- 11. Banyan
-- 12. SPX
-- 13. TCP/IP
-- 14. TAPI
-- 15. CAPI
XFerFailedFlag OBJECT-TYPE
SYNTAX INTEGER
ACCESS read-only
STATUS optional
DESCRIPTION
"This flag will be set if a file transfer event had failed."
::= { PcaObject 16 }
EncryptionErrorMessage OBJECT-TYPE
SYNTAX DisplayString (SIZE (0..255))
ACCESS read-only
STATUS optional
DESCRIPTION
"Encryption error message"
::= { PcaObject 17 }
--------------------------------------------------------------------------------
-- Pca Host Alert Traps
PcaHostStarted TRAP-TYPE
ENTERPRISE PcaHost
VARIABLES {
DeviceType,
HostConnectionObject
}
DESCRIPTION "PCA Host was started"
::= 1
PcaHostEndSession TRAP-TYPE
ENTERPRISE PcaHost
VARIABLES {
HostEndedReason
}
DESCRIPTION "PCA Host has shut down"
::= 2
PcaHostAbnormalEnd TRAP-TYPE
ENTERPRISE PcaHost
DESCRIPTION "PCA Host has shut down abnormally"
::= 3
PcaHostConnFailDeviceError TRAP-TYPE
ENTERPRISE PcaHost
VARIABLES {
DeviceType
}
DESCRIPTION "PCA Host connection failed - device error"
::= 4
PcaHostStopped TRAP-TYPE
ENTERPRISE PcaHost
VARIABLES {
HostEndedReason
}
DESCRIPTION "PCA Host was stopped"
::= 5
PcaHostInSession TRAP-TYPE
ENTERPRISE PcaHost
VARIABLES {
RemoteComputerName,
CallerName
}
DESCRIPTION "PCA Host is in session"
::= 6
PcaHostConnFailAccessDenied TRAP-TYPE
ENTERPRISE PcaHost
DESCRIPTION "PCA Host connection failed - access denied"
::= 7
PcaHostConnFailEncrypt TRAP-TYPE
ENTERPRISE PcaHost
VARIABLES {
EncryptionErrorMessage
}
DESCRIPTION "PCA Host connection failed - encryption error"
::= 8
PcaHostUnsecuredHostStarted TRAP-TYPE
ENTERPRISE PcaHost
VARIABLES {
HostConnectionObject
}
DESCRIPTION "Unsecure launch of PCA Host"
::= 9
PcaHostRebooting TRAP-TYPE
ENTERPRISE PcaHost
DESCRIPTION "PCA Host rebooting the system"
::= 10
PcaHostLockingWorkstation TRAP-TYPE
ENTERPRISE PcaHost
DESCRIPTION "PCA Host locking workstation"
::= 11
PcaHostLoggingOffUser TRAP-TYPE
ENTERPRISE PcaHost
DESCRIPTION "PCA Host is logging off the current user"
::= 12
--------------------------------------------------------------------------------
-- PCA Remote Generated Traps
--------------------------------------------------------------------------------
PcaRemoteStarted TRAP-TYPE
ENTERPRISE PcaRemote
VARIABLES {
DeviceType,
RemoteConnectionObject
}
DESCRIPTION "PCA Remote was started"
::= 1
PcaRemoteInSession TRAP-TYPE
ENTERPRISE PcaRemote
VARIABLES {
HostComputerName
}
DESCRIPTION "PCA Remote is in session"
::= 2
PcaRemoteEndSession TRAP-TYPE
ENTERPRISE PcaRemote
DESCRIPTION "PCA Remote has ended the session"
::= 3
PcaRemoteAbnormalEndSession TRAP-TYPE
ENTERPRISE PcaRemote
DESCRIPTION "PCA Remote has ended the session abnormally"
::= 4
PcaRemoteConnFailDeviceError TRAP-TYPE
ENTERPRISE PcaRemote
VARIABLES {
DeviceType
}
DESCRIPTION "PCA Remote connection failure - device error"
::= 5
PcaRemoteConnFailHostBusy TRAP-TYPE
ENTERPRISE PcaRemote
DESCRIPTION "PCA Remote connection failure - host busy"
::= 6
PcaRemoteConnFailHostNotFound TRAP-TYPE
ENTERPRISE PcaRemote
DESCRIPTION "PCA Remote connection failure - host not found"
::= 7
PcaRemoteConnFailBadPassword TRAP-TYPE
ENTERPRISE PcaRemote
DESCRIPTION "PCA Remote connection failure - bad password"
::= 8
PcaRemoteConnFailEncryption TRAP-TYPE
ENTERPRISE PcaRemote
VARIABLES {
EncryptionErrorMessage
}
DESCRIPTION "PCA Remote connection failure - encryption error"
::= 9
--------------------------------------------------------------------------------
-- PCA File Transfer Generated Traps
--------------------------------------------------------------------------------
PcaFileXferStarted TRAP-TYPE
ENTERPRISE PcaFileXfer
VARIABLES {
HostComputerName,
RemoteComputerName
}
DESCRIPTION "PCA File Transfer started"
::= 1
PcaFileXferEnded TRAP-TYPE
ENTERPRISE PcaFileXfer
DESCRIPTION "PCA File Transfer ended"
::= 2
PcaFileXferAbnormalEnd TRAP-TYPE
ENTERPRISE PcaFileXfer
VARIABLES {
HostComputerName,
RemoteComputerName
}
DESCRIPTION "PCA File Transfer ended abnormally"
::= 3
PcaFileXferOperationCancelled TRAP-TYPE
ENTERPRISE PcaFileXfer
DESCRIPTION "PCA File Transfer operation cancelled"
::= 4
PcaFileXferOperation TRAP-TYPE
ENTERPRISE PcaFileXfer
VARIABLES {
XferOperation,
XferSourceFile,
XferDestFile,
XferBytes,
XferVirusFlag,
XferFailedFlag
}
DESCRIPTION "PCA File Transfer detailed operation notice"
::= 5
PcaFileXferVirusFound TRAP-TYPE
ENTERPRISE PcaFileXfer
VARIABLES {
XferSourceFile
}
DESCRIPTION "PCA File Transfer has detected a virus."
::= 6
--------------------------------------------------------------------------------
-- The remaining pcAnywhere SNMP Traps are not yet implemented
-- PCA Monitor Traps
--------------------------------------------------------------------------------
PcaMonitorFullProductNotInstalled TRAP-TYPE
ENTERPRISE PcaMonitor
DESCRIPTION "PCA Monitor - The PCA Full product is not installed"
::= 1
PcaMonitorHostNotInstalled TRAP-TYPE
ENTERPRISE PcaMonitor
DESCRIPTION "PCA Monitor - The PCA Host is not installed"
::= 2
PcaMonitorRemoteNotInstalled TRAP-TYPE
ENTERPRISE PcaMonitor
DESCRIPTION "PCA Monitor - The PCA Remote is not installed"
::= 3
PcaMonitorHostNotWaiting TRAP-TYPE
ENTERPRISE PcaMonitor
DESCRIPTION "PCA Monitor - The PCA Host is not waiting for a connection"
::= 4
PcaMonitorHostNotAutoStart TRAP-TYPE
ENTERPRISE PcaMonitor
DESCRIPTION "PCA Monitor - The PCA Host is not set to auto start"
::= 5
PcaMonitorHostNotWaitingOnDialup TRAP-TYPE
ENTERPRISE PcaMonitor
DESCRIPTION "PCA Monitor - The PCA Host is not waiting on a dialup"
::= 6
PcaMonitorHostLanOnlyNotInstalled TRAP-TYPE
ENTERPRISE PcaMonitor
DESCRIPTION "PCA Monitor - The PCA Host LAN only is not installed"
::= 7
PcaMonitorLiveUpdateNotRun TRAP-TYPE
ENTERPRISE PcaMonitor
DESCRIPTION "PCA Monitor - Live Update was not run on this host"
::= 8
--------------------------------------------------------------------------------
-- Reset Events - these events are defined so that when generated by the monitor they
-- can be used to clear the status of previously generated events.
--------------------------------------------------------------------------------
PcaResetNotInstalledReset TRAP-TYPE
ENTERPRISE PcaReset
DESCRIPTION "PCA Monitor - Reset install traps"
::= 1
PcaResetHostNotWaitingReset TRAP-TYPE
ENTERPRISE PcaReset
DESCRIPTION "PCA Monitor - Reset Host not waiting traps"
::= 2
PcaResetHostNotAutoStartReset TRAP-TYPE
ENTERPRISE PcaReset
DESCRIPTION "PCA Monitor - Reset Host not auto start traps"
::= 3
PcaResetHostWaitingOnDialupReset TRAP-TYPE
ENTERPRISE PcaReset
DESCRIPTION "PCA Monitor - Reset Host waiting on dialup traps"
::= 4
PcaResetLiveUpdateNotRunReset TRAP-TYPE
ENTERPRISE PcaReset
DESCRIPTION "PCA Monitor - Reset Live Update not run traps"
::= 5
--------------------------------------------------------------------------------
-- PCA Install Traps
--------------------------------------------------------------------------------
PcaInstallRebootRequired TRAP-TYPE
ENTERPRISE PcaInstall
DESCRIPTION "PCA Install - A reboot is required"
::= 1
END